home *** CD-ROM | disk | FTP | other *** search
/ Iona Software Demo / MacWin_IonaSoftware_DemoCD.iso / pc / demo.exe / demo.DXR / 00014_Click here.ls < prev    next >
Encoding:
Text File  |  1996-02-23  |  546 b   |  21 lines

  1. on exitFrame
  2.   global pathToMain, lang, spacer
  3.   set clickhere to pathToMain & lang & spacer & "click"
  4.   sound playFile 1, clickhere
  5.   repeat with z = 1 to 2
  6.     repeat with i = 2 to 4
  7.       puppetSprite(i, 1)
  8.       set temp to the castNum of sprite i
  9.       set the castNum of sprite i to the number of cast ("mainHigh" & i)
  10.       updateStage()
  11.       repeat with c = 1 to 4000
  12.       end repeat
  13.       set the castNum of sprite i to temp
  14.       updateStage()
  15.     end repeat
  16.     repeat while soundBusy(1)
  17.     end repeat
  18.   end repeat
  19.   go("loop")
  20. end
  21.